unique.canonMap.seed (field)

4 uses

	unique (current package)
		canonmap.go#L23: 	seed uintptr
		canonmap.go#L33: 	cm.seed = uintptr(runtime_rand())
		canonmap.go#L38: 	hash := m.hash(abi.NoEscape(unsafe.Pointer(&key)), m.seed)
		canonmap.go#L59: 	hash := m.hash(abi.NoEscape(unsafe.Pointer(&key)), m.seed)